home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Online / HBBS / Source / Node / Node_Misc_Protos.h < prev    next >
C/C++ Source or Header  |  1997-08-22  |  375b  |  19 lines

  1. /* Prototypes for functions defined in
  2. Node_Misc.c
  3.  */
  4.  
  5. short fposition(char * , char * , unsigned long );
  6.  
  7. char * HBBS_AccessName(unsigned long );
  8.  
  9. void PausePrompt(char *promptstr,ULONG Timeout);
  10.  
  11. unsigned long ContinuePrompt(char * , unsigned long );
  12.  
  13. void DisplayBuffer(unsigned char * , short );
  14.  
  15. unsigned long DisplayScreen(char * );
  16.  
  17. void MenuPrompt(char * , char );
  18.  
  19.